download

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
download [2022/03/08 11:11]
maronvl Update github repo + AUR link
download [2022/03/08 11:13]
maronvl Delete dead subversion links
Line 6: Line 6:
  
 You will find a mirror of the old SourceForce repository on [[https://github.com/jmccrohan/lcd4linux|GitHub]] now. You will find a mirror of the old SourceForce repository on [[https://github.com/jmccrohan/lcd4linux|GitHub]] now.
- 
-===== Source Code ===== 
- 
-  * **[[http://ssl.bulix.org/projects/lcd4linux/attachment/wiki/Download/lcd4linux-0.10.1-RC2.tar.gz|LCD4Linux-0.10.1-RC2]]** (2007-04-30) 
- 
-  * **[[http://ssl.bulix.org/projects/lcd4linux/attachment/wiki/Download/lcd4linux-0.10.1-RC1.tar.gz|LCD4Linux-0.10.1-RC1]]** (2007-02-24) 
- 
-  * **[[http://ssl.bulix.org/projects/lcd4linux/attachment/wiki/Download/lcd4linux-0.10.0.tar.gz|LCD4Linux-0.10.0]]** (2005-11-06) 
- 
-  * **[[http://ssl.bulix.org/projects/lcd4linux/attachment/wiki/Download/lcd4linux-0.11.0-SVN.tar.bz2|LCD4Linux-0.11.0-SVN]]** (2009-01-15) - PreRelease 
- 
----- 
  
 ===== openSUSE Packages ===== ===== openSUSE Packages =====
Line 81: Line 69:
  
 To read more about IPCop go to http://www.ipcop.org To read more about IPCop go to http://www.ipcop.org
- 
----- 
- 
- 
-===== Subversion Repository ===== 
- 
-If you want to stay with the bleeding edge development of lcd4linux, you may have a look at the [[:browser:|SVN web interface.]] 
- 
-To access the repository in a read-only way, you need a subversion client and the following instruction:     
-<code> 
-svn co https://ssl.bulix.org/svn/lcd4linux/trunk lcd4linux 
-</code> 
- 
- 
-This command will create a directory 'lcd4linux' for you, containing the current SVN code. If you want to update your local dir (which you should do on a regular basis), use the following command (inside the lcd4linux directory): 
-<code> 
-svn up 
-</code> 
- 
- 
-==== Subversion write access ==== 
- 
-If you are a developer and want to commit things into the repository, you need an account there. Choose a username and a password, and send us the output of 
-<code> 
-htpasswd2 -n -s <user> 
-</code> 
- 
-(depending on your distribution, there may be no //htpasswd2// command, but a //htpasswd//) 
- 
-==== Firewall issues ==== 
- 
-Some firewalls - especially big corporate ones - block the WebDAV protocol used by svn, presumably due to security concerns. In such a situation the transaction will time-out with an error message such as 
- 
-<code> 
-svn: PROPFIND request failed on '/svn/lcd4linux/trunk' 
->>> svn: PROPFIND of '/svn/lcd4linux/trunk':  
- could not connect to server (https://ssl.bulix.org) 
-</code> 
- 
- 
-If you see this, take it up with the administrator of your firewall! 
- 
----- 
- 
- 
  • download.txt
  • Last modified: 2022/03/08 11:13
  • by maronvl