diff options
author | dakkar <dakkar@thenautilus.net> | 2011-08-30 21:23:26 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2012-09-01 10:18:21 +0100 |
commit | 8224999ce646da876e24c953cc793e2327c966e5 (patch) | |
tree | 0d9510bd3ac25eab96f85b0885e669828830cfb5 /src | |
parent | anime bump (diff) | |
download | thenautilus-8224999ce646da876e24c953cc793e2327c966e5.tar.gz thenautilus-8224999ce646da876e24c953cc793e2327c966e5.tar.bz2 thenautilus-8224999ce646da876e24c953cc793e2327c966e5.zip |
"Perl" tag
Diffstat (limited to 'src')
-rw-r--r-- | src/SW/WebCoso/document.en.rest.txt | 3 | ||||
-rw-r--r-- | src/SW/WebCoso/document.it.rest.txt | 3 | ||||
-rw-r--r-- | src/SW/kanatrain/document.en.rest.txt | 1 | ||||
-rw-r--r-- | src/SW/kanatrain/document.it.rest.txt | 1 | ||||
-rw-r--r-- | src/tags/perl/.gitignore | 4 | ||||
l--------- | src/tags/perl/document-listing.tt | 1 | ||||
-rw-r--r-- | src/tags/perl/document.en.rest.tt | 7 | ||||
-rw-r--r-- | src/tags/perl/document.it.rest.tt | 7 | ||||
l--------- | src/tags/perl/du2html.xsl | 1 |
9 files changed, 26 insertions, 2 deletions
diff --git a/src/SW/WebCoso/document.en.rest.txt b/src/SW/WebCoso/document.en.rest.txt index 2e040de..b39cc5d 100644 --- a/src/SW/WebCoso/document.en.rest.txt +++ b/src/SW/WebCoso/document.en.rest.txt @@ -3,7 +3,8 @@ WebCoso - web site generator ============================ :Id: SW/WebCoso :CreationDate: 2009-08-18 11:26:45 -:tags: software +:tags: - software + - perl The story ========= diff --git a/src/SW/WebCoso/document.it.rest.txt b/src/SW/WebCoso/document.it.rest.txt index 5b4ca03..8f4d0ad 100644 --- a/src/SW/WebCoso/document.it.rest.txt +++ b/src/SW/WebCoso/document.it.rest.txt @@ -3,7 +3,8 @@ WebCoso - generatore di siti web ================================ :Id: SW/WebCoso :CreationDate: 2009-08-18 11:26:45 -:tags: software +:tags: - software + - perl La storia ========= diff --git a/src/SW/kanatrain/document.en.rest.txt b/src/SW/kanatrain/document.en.rest.txt index 1871b0d..312c8cc 100644 --- a/src/SW/kanatrain/document.en.rest.txt +++ b/src/SW/kanatrain/document.en.rest.txt @@ -4,6 +4,7 @@ KanaTrain :CreationDate: 2003-01-20 10:09:25 :tags: - software - japanese + - perl ``kanatrain.pl`` is a program to help memorize japanese phonetic characters, in particular hiragana (平仮名). It requires a Perl diff --git a/src/SW/kanatrain/document.it.rest.txt b/src/SW/kanatrain/document.it.rest.txt index 3b4cebe..1c3a060 100644 --- a/src/SW/kanatrain/document.it.rest.txt +++ b/src/SW/kanatrain/document.it.rest.txt @@ -4,6 +4,7 @@ KanaTrain :CreationDate: 2003-01-20 10:09:25 :tags: - software - japanese + - perl ``kanatrain.pl`` è un programma per aiutare a memorizzare i caratteri fonetici giapponesi, in particolare i hiragana (平仮名). Richiede un diff --git a/src/tags/perl/.gitignore b/src/tags/perl/.gitignore new file mode 100644 index 0000000..89105b7 --- /dev/null +++ b/src/tags/perl/.gitignore @@ -0,0 +1,4 @@ +/document.en.rest.txt +/document.en.du.xml +/document.it.rest.txt +/document.it.du.xml diff --git a/src/tags/perl/document-listing.tt b/src/tags/perl/document-listing.tt new file mode 120000 index 0000000..88c3968 --- /dev/null +++ b/src/tags/perl/document-listing.tt @@ -0,0 +1 @@ +../../../templates/document-listing.tt
\ No newline at end of file diff --git a/src/tags/perl/document.en.rest.tt b/src/tags/perl/document.en.rest.tt new file mode 100644 index 0000000..94e27cf --- /dev/null +++ b/src/tags/perl/document.en.rest.tt @@ -0,0 +1,7 @@ +==== +Perl +==== +:CreationDate: 2011-08-30 20:16:43 +:feed: + +[% PROCESS 'document-listing.tt' %] diff --git a/src/tags/perl/document.it.rest.tt b/src/tags/perl/document.it.rest.tt new file mode 100644 index 0000000..94e27cf --- /dev/null +++ b/src/tags/perl/document.it.rest.tt @@ -0,0 +1,7 @@ +==== +Perl +==== +:CreationDate: 2011-08-30 20:16:43 +:feed: + +[% PROCESS 'document-listing.tt' %] diff --git a/src/tags/perl/du2html.xsl b/src/tags/perl/du2html.xsl new file mode 120000 index 0000000..e2487e0 --- /dev/null +++ b/src/tags/perl/du2html.xsl @@ -0,0 +1 @@ +../../../templates/du2html.xsl
\ No newline at end of file |