X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/0aa94a2cff7d61de10b65c5fcebc5dbf84c2dcaa..ab68f96494409e4ce8f689b5c27ef9ea3a73172c:/doc/users/tschwinge.mdwn diff --git a/doc/users/tschwinge.mdwn b/doc/users/tschwinge.mdwn index 715e33a4c..657de85f3 100644 --- a/doc/users/tschwinge.mdwn +++ b/doc/users/tschwinge.mdwn @@ -1,17 +1,89 @@ -[[meta title="Thomas Schwinge"]] +[[!meta title="Thomas Schwinge"]] # Thomas Schwinge -; - + + +I have converted the [GNU Hurd](http://www.gnu.org/software/hurd/)'s previous +web pages and previous wiki pages to a *[[ikiwiki]]* system; and all that while +preserving the previous content's history, which was stored in a CVS repository +for the HTML web pages and a TWiki RCS repository for the wiki; see +. -With respect to *[[ikiwiki]]* I'm currently working on... +# Issues to Work On -* setting it up for the [GNU Hurd's web pages](http://www.gnu.org/software/hurd/); -* setting it up as a replacement for the GNU Hurd's previous wiki (TWiki); +## Stability of Separate Builds -... and all that while trying to preserve the previous content's history, -which is stored in a CVS repository for the web pages and a RCS repository -for the wiki. +The goal is that separate builds of the same source files should yield the +exactly same HTML code (of course, except for changes due to differences in +Markdown rendering, for example). -Read [About the TWiki to ikiwiki conversion](http://www.bddebian.com/~wiki/about_the_twiki_to_ikiwiki_conversion/). + * Timestamps -- [[forum/ikiwiki__39__s_notion_of_time]], [[forum/How_does_ikiwiki_remember_times__63__]] + + Git set's the current *mtime* when checking out files. The result is that + and + show different *Last + edited* timestamps. + + This can either be solved by adding a facility to Git to set the + checked-out files' *mtime* according to the *AuthorDate* / *CommitDate* + (which one...), or doing that retroactively with the + script before building, or + with a ikiwiki-internal solution. + + * HTML character entities + + + +## Tags -- [[bugs/tagged__40____41___matching_wikilinks]] + +Tags should be a separate concept from wikilinks. + +### \[[!map]] behavior + +The \[[!map]] on, for example, +, should not show +the complete hierarchy of pages, but instead just the pages that actually *do* +contain the \[[!tag open_issue_hurd]]. + +## Anchors -- [[ikiwiki/wikilink/discussion]] + +## Default Content for Meta Values -- [[plugins/contrib/default_content_for___42__copyright__42___and___42__license__42__]] + +This will decrease to be relevant, as we're going to add copyright and +licensing headers to every single file. + +## Texinfo -- [[plugins/contrib/texinfo]] + +Not very important. + +## Shortcuts -- [[plugins/shortcut/discussion]] + +## \[[!meta redir]] -- [[todo/__42__forward__42__ing_functionality_for_the_meta_plugin]] + +Implement a checker that makes sure that no pages that use \[[!meta redir]] +redirect to another page (and are thus considered legacy pages for providing +stable URLs, for example) are linked to from other wiki pages. This is useful +w.r.t. backlinks. Alternative, the backlinks to the \[[!meta redir]]-using +pages could perhaps be passed on to the referred-to page? + +## Sendmail -- [[todo/passwordauth:_sendmail_interface]] + +## Parentlinks -- [[bugs/non-existing_pages_in_parentlinks]] + +## Discussion Pages of Discussion Pages of... + +Is it useful to have Discussion pages of Discussion pages (etc.)? -- On +, +this possibility is offered. + +## Unverified -- these may be bugs, but have yet to be verified + + * ikiwiki doesn't change its internal database when \[[!meta date]] / + \[[!meta updated]] are added / removed, and thusly these meta values are + not promulgated in RSS / Atom feeds. + + * Complicated issue w.r.t. *no text was copied in this page* + ([[plugins/cutpaste]]) in RSS feed (only; not Atom?) under some conditions + (refresh only, but not rebuild?). Perhaps missing to read in / parse some + files?