summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 08:30:12 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-01 08:30:12 +0100
commit496780728f98b239fb4952926517c432208f9f0d (patch)
tree6d330fd87e9ccdc6920d6380557416049a3b923f
parent26656580a93c012f28cba41d9f1497556ca0aa00 (diff)
fix screenshot and headings
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index f2d0137..9d40dbd 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Quick howto for the NetCalendar
===============================
-![ScreenShot](netcal/netcal.png "NetCalendar")
+![ScreenShot](images/netcal.png "NetCalendar")
```
I. HOW TO START THE NETCALENDAR STAND ALONE (WITHOUT SSL):
@@ -12,7 +12,7 @@ V. INFORMATIONS CONCERNING THE COLORS BEING USED WITHIN THE NETCALENDAR CLIENT:
VI. USING THE UNIX CALENDAR DATABASE
```
-# I. HOW TO START THE NETCALENDAR STAND ALONE (WITHOUT SSL):
+## I. HOW TO START THE NETCALENDAR STAND ALONE (WITHOUT SSL):
You need at least a JRE 6 or higher. The command
@@ -25,7 +25,7 @@ process as two different threads. The option "server_address" will be set
automatically to "localhost". The communication between both threads is done
per TCP/IP.
-# II. HOW TO START THE NETCALENDAR DISTRIBUTED (WITHOUT SSL):
+## II. HOW TO START THE NETCALENDAR DISTRIBUTED (WITHOUT SSL):
1. Server and client should use, if possible, the same version of the JRE.
2. You should copy the complete NetCalendar suite to the client and the server
@@ -36,7 +36,7 @@ computer.
In order to stop the server, select "Server -> Shutdown server" in the GUI of
the client.
-# III. HOW TO START THE NETCALENDAR DISTRIBUTED (WITH SSL):
+## III. HOW TO START THE NETCALENDAR DISTRIBUTED (WITH SSL):
1. Server and client should use, if possible, the same version of the JRE.
2. You should copy the complete NetCalendar suite to the client and the server
@@ -64,7 +64,7 @@ save them for example into ./SSL.
-jar NetCalendar.jar --client-only --server-address=$SERVERHOST
```
-# IV. MORE OPTIONS
+## IV. MORE OPTIONS
All options will be set to their default values while starting the NetCalendar
without any explicit options given.
@@ -79,7 +79,7 @@ It is possible to configure the NetCalendar by editing the configuration file
which is "netcalendar.conf". However, the preferred way is using the client
GUI via "Session -> Preferences".
-# V. INFORMATIONS CONCERNING THE COLORS BEING USED WITHIN THE NETCALENDAR CLIENT:
+## V. INFORMATIONS CONCERNING THE COLORS BEING USED WITHIN THE NETCALENDAR CLIENT:
* Blue in the "Date" column: Yearly event
* Green in the "Date" column: The event will take place only once
@@ -90,8 +90,7 @@ GUI via "Session -> Preferences".
* Light beige: Event takes place within the next 365 days (1 year)
* Grey: Event takes place after 365 days
-# VI. USING THE UNIX CALENDAR DATABASE
+## VI. USING THE UNIX CALENDAR DATABASE
If you are using the `calendar` tool on UNIX, you can use `~/.calendar`` as your
NetCalendar database dir :)
-