]> oss.titaniummirror.com Git - oss-web.git/log
oss-web.git
14 years agoAdd a contact email, and adjust the css accordingly. Note fix to topInfo.h2.
R. Steve McKown [Wed, 16 Dec 2009 16:37:55 +0000 (09:37 -0700)]
Add a contact email, and adjust the css accordingly.  Note fix to topInfo.h2.

14 years agoClean up the text on the oss web pages.
R. Steve McKown [Wed, 16 Dec 2009 15:49:35 +0000 (08:49 -0700)]
Clean up the text on the oss web pages.

14 years agoFix second level bullets in tinyospkgs.md
R. Steve McKown [Wed, 16 Dec 2009 04:24:13 +0000 (21:24 -0700)]
Fix second level bullets in tinyospkgs.md

14 years agoAdd in our OSS website page content.
R. Steve McKown [Tue, 15 Dec 2009 20:01:14 +0000 (13:01 -0700)]
Add in our OSS website page content.

14 years agoRemove all the old pages.
R. Steve McKown [Tue, 15 Dec 2009 21:14:05 +0000 (14:14 -0700)]
Remove all the old pages.

14 years agoPlaying around with a textpattern like theme. I like some of this but not all.
R. Steve McKown [Tue, 15 Dec 2009 03:29:57 +0000 (20:29 -0700)]
Playing around with a textpattern like theme.  I like some of this but not all.

14 years agoDispense with webber's version of markdown2 and use the real/latest version.
R. Steve McKown [Tue, 15 Dec 2009 20:53:58 +0000 (13:53 -0700)]
Dispense with webber's version of markdown2 and use the real/latest version.

14 years agoA mini web server that serves the contents of 'out'.
R. Steve McKown [Tue, 15 Dec 2009 02:11:29 +0000 (19:11 -0700)]
A mini web server that serves the contents of 'out'.

14 years agoSet the default template to sidebar.tmpl
R. Steve McKown [Tue, 15 Dec 2009 01:00:30 +0000 (18:00 -0700)]
Set the default template to sidebar.tmpl

14 years agoAdd a template with a sidebar.
R. Steve McKown [Tue, 15 Dec 2009 00:58:03 +0000 (17:58 -0700)]
Add a template with a sidebar.

14 years agoAdd css from the author's web page.
R. Steve McKown [Tue, 15 Dec 2009 00:55:45 +0000 (17:55 -0700)]
Add css from the author's web page.

14 years agoAdd get_path_to_root, so we can create relative links to other objects like css.
R. Steve McKown [Tue, 15 Dec 2009 00:54:20 +0000 (17:54 -0700)]
Add get_path_to_root, so we can create relative links to other objects like css.

14 years agositemap.md had wrong parent
R. Steve McKown [Tue, 15 Dec 2009 00:52:21 +0000 (17:52 -0700)]
sitemap.md had wrong parent

14 years agogoogle_sitemap: generate valid XML ;-/
Holger Schurig [Fri, 26 Jun 2009 21:45:03 +0000 (23:45 +0200)]
google_sitemap: generate valid XML ;-/

14 years agowebber: ./webber -v warns now about common mistakes
Holger Schurig [Fri, 26 Jun 2009 14:59:38 +0000 (16:59 +0200)]
webber: ./webber -v warns now about common mistakes

14 years agodoc: misc fixes to page creation time ("ctime: "), which was after
Holger Schurig [Fri, 26 Jun 2009 13:04:25 +0000 (15:04 +0200)]
doc: misc fixes to page creation time ("ctime: "), which was after
modification time because I confused the date :-(

14 years agowebber: make sure file modification time is not earlier than
Holger Schurig [Fri, 26 Jun 2009 11:25:19 +0000 (13:25 +0200)]
webber: make sure file modification time is not earlier than
file creation time ("ctime: ")

14 years agodoc: more documentation about plugin/google_sitemap.py
Holger Schurig [Fri, 26 Jun 2009 10:12:05 +0000 (12:12 +0200)]
doc: more documentation about plugin/google_sitemap.py

14 years agolink: use URL if no text has been specified
Holger Schurig [Fri, 26 Jun 2009 10:11:41 +0000 (12:11 +0200)]
link: use URL if no text has been specified

14 years agonew plugin: google_sitemap.py, which auto-generates a sitemap.xml
Holger Schurig [Fri, 26 Jun 2009 08:20:10 +0000 (10:20 +0200)]
new plugin: google_sitemap.py, which auto-generates a sitemap.xml

14 years agodoc: move plugin documentation into plugin/ directory
Holger Schurig [Fri, 26 Jun 2009 08:02:22 +0000 (10:02 +0200)]
doc: move plugin documentation into plugin/ directory

While at it: fix typos in the "linktitle:" tags.

14 years agowebber: allow relative paths in cfg.exclude_files
Holger Schurig [Thu, 25 Jun 2009 22:14:08 +0000 (00:14 +0200)]
webber: allow relative paths in cfg.exclude_files

14 years agohierarchy: correcly sort recently-used by mtime
Holger Schurig [Thu, 25 Jun 2009 21:52:30 +0000 (23:52 +0200)]
hierarchy: correcly sort recently-used by mtime

14 years agotemplate_mako: apply cfg.input_encoding on templates as well
Holger Schurig [Thu, 25 Jun 2009 21:46:02 +0000 (23:46 +0200)]
template_mako: apply cfg.input_encoding on templates as well

This finally allows templates to contain Umlaut characters.

14 years agoread_*, webber: fix loading of files with "Umlaut" characters
Holger Schurig [Thu, 25 Jun 2009 21:44:58 +0000 (23:44 +0200)]
read_*, webber: fix loading of files with "Umlaut" characters

You cannot do some f.readline() actions and then read the rest via f.read(),
at least not not if the files aren't pure ASCII.

14 years agolink: guard against "pages" without link-titles (e.g. graphics files)
Holger Schurig [Thu, 25 Jun 2009 21:44:05 +0000 (23:44 +0200)]
link: guard against "pages" without link-titles (e.g. graphics files)

14 years agodoc: document two different style to make a sitemap
Holger Schurig [Thu, 25 Jun 2009 14:41:20 +0000 (16:41 +0200)]
doc: document two different style to make a sitemap

14 years agohistory: convert all get_XXX() functions from the history plugin so
Holger Schurig [Thu, 25 Jun 2009 14:14:22 +0000 (16:14 +0200)]
history: convert all get_XXX() functions from the history plugin so
that they don't return file.title, file.mtime, file.whatever (or a
subset of this), but instead the whole file object.

Update documentation accordingly.

14 years agodoc: fix ancestry of some pages
Holger Schurig [Thu, 25 Jun 2009 13:00:55 +0000 (15:00 +0200)]
doc: fix ancestry of some pages

14 years agohierarchy: fix ordering of menu entries
Holger Schurig [Thu, 25 Jun 2009 12:53:59 +0000 (14:53 +0200)]
hierarchy: fix ordering of menu entries

Previously the code tried to determine a new "file.order" value by
iterating over all files, looking for the highest order. It then
assigned order+100 to a file which didn't have a an order specified.

This turned out to be a flaw of thinking, because the order in which
files are is non-deterministic.

14 years agohierarchy: support for a sitemap
Holger Schurig [Wed, 24 Jun 2009 20:50:53 +0000 (22:50 +0200)]
hierarchy: support for a sitemap

Also increased level in sidemenu and sitemap for all pages below "Home".

14 years agopageformat.md: document `template:`, `description:` and `keywords:`
Holger Schurig [Wed, 24 Jun 2009 20:49:53 +0000 (22:49 +0200)]
pageformat.md: document `template:`, `description:` and `keywords:`

14 years agowebber: get_link_from(), get_time():
Holger Schurig [Wed, 24 Jun 2009 20:41:17 +0000 (22:41 +0200)]
webber: get_link_from(), get_time():

get_link_from() now access `class File` objects, not just names
introduce new function get_time()

14 years agoInitial commit
Holger Schurig [Wed, 24 Jun 2009 15:20:12 +0000 (17:20 +0200)]
Initial commit