User:Sylvain
From TYPO3Wiki
Contents |
Sylvain Viart
I live in France at Rumilly, Haute Savoie (74).
MSN only: sylvain_docteam (at) hotmail (dot) com
e-mail: sylvain (at) ledragon (dot) net
If you have a Wiki user, when you are logged in, you can also use the E-mail this user link.
I'm currently not involved in the TYPO3 documentation project.
My Document
- Sylvain:Full_Website_Setup My note about my current work with TYPO3
- Document Matrix List of all existing document that I've found.
- Backend Programming
- CVS install Table_of_Contents_(CVS)
- Documentation_Revision note everything Which can be updated, not in the Typo3Wiki page tree.
- SourceForge docteam Main Page about SourceForge development project for the DocTEAM.
- Sylvain:TYPO3 Idea My personal note about T3
- Script_Error_Handling
- Fr:Cr?ation de site Multilingue avec TYPO3
- Sylvain:DocTEAM note
- Sylvain:TYPO3 Idea
- Sylvain:spamcontrol
- Sylvain:test_template_TOC
Break point
Where did I stop the last time ?
I keep an eye on the following
- Preface An almost lonely page directing, with mutiple redirct to extension developping pages
- Typo3Wiki_talk:About Licence, Spam, advertising and links
- Documentation_Guide some new vision of the wiki structure for newbie-friendly
- DocTeam_news a wiki page to push news about the wiki.
- Special links
- Better position this page
Peter
- Wiki_guidelines voting method rewrote in simpler terms.
- typowiki
Interesting lonely page
- Knowledge_Bases some source of information which could be concentrated in a dedicated page
External TYPO3 related links
- TemplaVoila - Cheat Sheet(mcuniverse.com) [1]
- Futuristic Template Building (FTB) - TemplaVoila [2]
- Typo3 Template Basics (typo3.org) [3]
Other CMS related document:
MediaWiki references
- Printing document
- User's Guide
- Development
- Parser CVS source
- Special:Maintenance See documentation about this page.
- http://meta.wikimedia.org/wiki/Help:Hacker
Spamming problem:
- option wgSpamRegex ?
- A perl regexp matching disalowed content
- $wgSpamRegex = "#free webpage\.org|hai shun|fun asia|aa bb|voip 99|tt3 3tt|99b bcc|www\.shop[0-9]+\.com|www\.uusky\.|jzhrb\.com|17train\.com|sinoart\.com|8cx\.net|tokyo\.ac\.jp|mycv\.cn|gghggh\.com|\.[0-9]+\.|kx5\.net#";
Documentation related tools (freeware)
- mailman search engine ? is missing, should be fixed in some way.
- About_the_Documentation#Web_pages_about_writing
- http://pricelessware.org/thelist/gra.htm a list of image tools
- http://www.snidesoft.com/ an icon editor
- TAR-File-Management-With-PHP-Archive
Wiki tools / text converter:
- Deplate converter
- Deplate wiki Syntax Compatible with Vim Wiki plugin
- AFT text converter ?produces pretty good HTML, LaTeX, lout and RTF»
- txt2tags, uses its own text markup and produce an HTML, XHTML, SGML, LaTeX, UNIX man page, MoinMoin, Magic Point, PageMaker 6.0 document.
- A list of similar tools
- Manipulating OOo Documents with Ruby
OpenOffice converter / library:
- Perl/OODoc
- OODoc::README
- ftp://ftp.linux-magazin.de/pub/listings/magazin/2004/10/Perl/mailit
- CMF OpenOffice Integration Phyton library for Zope
- OpenOffice macro for conversion from SXW to basic Wikipedia wiki syntax (cut and paste)
- More developed SXW -> Wikipedia conversion macro (no image support feb 2005)
My tools
Here is some tools I've developped for TYPO3 documentation purpose.
I start with some vim script.
It should be accessible to human, because the use is documented at the top of the script. Vim syntaxe is very cryptic, but very powerfull. ;-)
Vim Script
Vim script TYPO3 doc converter:
- import_full_doc_typo3.vim is the main script which works on the TOC of the document in HTML on typo3.org.
- typo3_2_wiki.vim, works on copy of HTML page on typo3.org and create the wiki content from it.
You will need both script to convert HTML document available on typo3.org. It works well on converted SXW document, of course.
You should verify the output produced, because any tag not converted are removed. Table are partially supported for the moment. See a converted table example in the SandBox
Should be ok to import small document, less than 40 pages. Also vim should be able to convert bigger document without problem. Someone can import the document into the wiki by chunk manually. MediaWiki will issue warning on big document.
TODO:
- add better table support for TSref and other manual which use this format.
The script are now available in CVS on sourceforge
- typo3_2_wiki.vim (CVS)
- import_full_doc_typo3.vim (CVS)
Transforming TYPO3 BE page tree into ascii tree: (not in CVS, yet)
- [http:/images/3/37/Maketree_from_t3.vim.txt maketree_from_t3.vim]
Example:
Image editor
- myimager.com no DHTML
- online_image_editor with basic DHTML for tools
Debian
Debian - currently reading:
Other:
- Debian tuning
- Tuning Linux for Maximum Performance
- MySQL Performance Tuning
- NIC Tuning Parameters (webservertalk.com)
- Guide de r?f?rence Debian
- Linux Optimization and Fine Tuning
- Improve Linux performance
- Fine Tuning Your GNU/Linux
- IT Conversations
web Hosting
- advancednetworkhosts 95,4 $ / year
TYPO3 3.7.0 dev
Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 40 bytes) in /home/www/typo3/typo3_src-3.7.0-dev/t3lib/class.t3lib_div.php on line 1822
Erreur sur les noms d'images avec des espaces :
Warning: filesize(): Stat failed for /home/www/typo3/htdocs/photo_3.7/uploads/pics/Photo%20118.jpg (errno=2 - No such file or directory) in /home/www/typo3/typo3_src-3.7.0-dev/t3lib/class.t3lib_tceforms.php on line 1668
Language selector Wiki
Hey, Sylvain!
I had some time for playing with some wiki-features. I created a language-switch :-)
Just see my page and klick at the german flag: User:EscapedPrisoner . If you look at the wikitext you see the template-call.
There are two versions:
- without namespace: {{LanguageSwitch}}
- with: {{LanguageSwitchWithNamespace}}
At the Main_Page the first one would work properly. The other language-pages for example De:Main_Page would work, if "De" would be a namespace. But I don't know if you can add custom namespaces. But that would be great!!
best regards to france User:EscapedPrisoner

