Create:
Open
http://online.bridge...ies/txt2lin.php
in a web browser.
Enter the conditions of contest as plain text. Not too wide (ie, not too many characters per line).
Click the "CONVERT FROM TEXT TO LIN" button.
This will populate the lower half of the screen with a simple LIN version of your text.
Replace DOCUMENT-TITLE with your title. Keep it short.
Now, get the text from the lower half into a file on your PC. To do this, select all the text (click inside the lower half, press Control-a (to select it all) and press Control-C (to copy to the clipboard).
Open a file on your pc in notepad. For instance, click Start/Run and type
notepad c:\my.lin
and press enter. Notepad will open up. Click inside this window and press Control-v (paste from clipboard). Save the file (menu item File/Save)
Test the file. Navigate to the file in windows explorer and double click, or
Start/Run and type
c:\my.lin
The file will open in an instance of BBO. If it looks bad, repeat the previous steps until it looks good.
Upload:
Create a tournament. Enter the tournament. click the green TABLE button , lower left.
Click UPLOAD CONDITIONS OF CONTEST in the list in the middle of the screen
Click Execute. You will be prompted to select a file.
Navigate to your file (c:\my.lin in our example) and select it.
The file will be uploaded.
Test by closing the Tournament Management screen (the one that popped up when you clicked the green TABLE button) and clicking on the TOURNAMENT RULES button.
That is all.
Some details:
- Max filesize is somewhat less than 30K
- You can make some text in the LIN file clickable by surrounding it with special characters
If you bracket a piece of text with special sequences, you'll find that the text will be clickable.
prefix= ^*H
suffix=^*N
for instance, the link
members.shaw.ca/ooga/alphacocs.htm
can be made clickable by using
^*Hmembers.shaw.ca/ooga/alphacocs.htm^*N
This post has been edited by uday: 2008-February-06, 21:37