Subversion Repositories wimsdev

Rev

Rev 13 | Blame | Compare with Previous | Last modification | View Log | RSS feed

!set titb=How to compose a Document
!set keyw=
!set datm=20011202
!set prev=structure
!set next=code
!set upbl=main
!set dat1=19000101
!set dat2=24000101

!if $wims_read_parm!=$empty
 !goto $wims_read_parm
!endif

!exit

:content
Your document can be composed block by block, entirely online.
<p>
Documents outside a virtual class are protected by secret codes. You should enter the secret code in order to enter editing mode of the document.
<p>
In this case, each page contains buttons 
<font color=blue><small>[Edit]</small></font>.
Clicking on it, you will have a page (in your browser) with a text window allowing to type the content of the corresponding block. You may also copy a prepared text (or part of an existing web page) into the text window, then register it.
<p>
The content of the document is in <em>html</em> format, with additioinal 
!read primitives.phtml 1, link, syntax, special commands 
 and 
!read primitives.phtml 2, link, def, variable processings 
.
<p>
You can freely add links into your pages (blocks) pointing to elements at the external of the WIMS server (images, applets, sound, video). On the other hand, for links towards other blocks of the document, you must use the 
!read primitives.phtml 3, link, structure, WIMS method 
 instead of a direct html link.
<p>
Planned for the future&#58; you may deposit elements of the document (images, sound, applets) into the server via email. You may also deposit your existing web pages (or even a complete web site) by giving its web address, and the site will be automatically translated to a WIMS document (under certain conditions). It will also be possible to export a WIMS document towards a traditional web site (but of course certain WIMS functionalities will be lost).