update tags with new web references
[populate.git] / README.txt
index eb31c39..5eb3101 100644 (file)
@@ -67,11 +67,19 @@ FILE FORMAT
     Description: If a tag substitution produce a new tag this tag will be substitute with the relate var value.
                  Recursive tags can be found in or out blocks.
 
+CONTENT FORMAT
+  further then normal content you can use XML-like tags to specify minimal text attributes:
+    <b>...</b>      to set bold 
+    <i>...</i>      to set italic
+    <u>...</u>      to set underline
+    <url>...</url>  to set a text as url
 
 REQUIREMENTS
-
   Packages:
     latex
     pdflatex
     texlive-latex-extra
 
+UPGRADE YOUR .data FILE
+  to add entries to your document you can use something like:
+  for i in 3 2 1; do n=$((i + 1)) ; sed -i "s/\(^T_ESPROF_[^_]\+\)_${i}\([=_]\)/\1_${n}\2/g" cv_matteo_nastasi.data ; done