From c6ab182e141c4419585ba9313eebdc45a5764f02 Mon Sep 17 00:00:00 2001 From: lars Date: Wed, 5 Oct 2005 22:26:49 +0000 Subject: [PATCH] unused branch removed hints updated codecoop redirection added --- .../usr/share/cryptobox/templates/footer.cs | 2 +- hints/codecoop-website-upload.txt | 6 ++++++ hints/trac-wiki.txt | 16 ++++++++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 hints/codecoop-website-upload.txt diff --git a/cbox-tree.d/usr/share/cryptobox/templates/footer.cs b/cbox-tree.d/usr/share/cryptobox/templates/footer.cs index 4b36c03..a29e82f 100644 --- a/cbox-tree.d/usr/share/cryptobox/templates/footer.cs +++ b/cbox-tree.d/usr/share/cryptobox/templates/footer.cs @@ -6,7 +6,7 @@ diff --git a/hints/codecoop-website-upload.txt b/hints/codecoop-website-upload.txt new file mode 100644 index 0000000..756d37e --- /dev/null +++ b/hints/codecoop-website-upload.txt @@ -0,0 +1,6 @@ +by scp or webdav - the last one is the better choice + +1) webdav +apt-get install davfs2 +modprobe coda +mount -t davfs https://upload.codecoop.org/groups/cryptobox/ /mnt/ttt diff --git a/hints/trac-wiki.txt b/hints/trac-wiki.txt index c422f0c..c233382 100644 --- a/hints/trac-wiki.txt +++ b/hints/trac-wiki.txt @@ -5,7 +5,23 @@ some useful macros: * [[WikiInclude($PAGENAME)]] - include another wiki page * [[redirect(wiki:$PAGENAME)]] - redirect to another page (useful to redirect to default lang) * [[Image(file/trunk/cbox-tree.d/var/www/cryptobox-img/screenshots/$NAME)]] - beware: you may use "wiki" or "ticket" instead of "file" - very unusual syntax +* [[FootNote(Text)]] - creates a reference to a footnote - the list of footnotes is expanded by "[[FootNote]]" special things: +* the first level heading ("= TEXT =") is considered as the page title - only lower level headings will be a part of the table of contents * links like "CryptoBoxUser/de" are not recogniced - use "[wiki:CryptoBoxUser/de CryptoBoxUser]" instead * for a deeper level of items or enumerations, you have to add two(!) additional spaces in front of the symbol ("*" or "1.") - this is obviously strange ... + +default page layout: +[[TOC]] +[[AutoNav]] +---- + += Title = + +== Heading ... == +... + +---- +== Comments == +[[AddComment]]