1. Sorry, messed up!
- Posted by ChrisB (moderator) Sep 24, 2022
- 738 views
Hi
The look of the downloads page bothered me, so I wanted to tidy it up.
I literally removed one '=' to see the effect and check it would preview / save (preview said the url was too long), pressed save, and the whole page disappeared.
Oops moment.
Now when I click on downloads, I just get the wiki editing page.
You do of course have reversion backups, dont you?
Cheers
2. Re: Sorry, messed up!
- Posted by petelomax Sep 25, 2022
- 684 views
I think you were actually editing a different page: https://openeuphoria.org/wiki/diff/allegrosound.wc?rev_to=0&rev_from=4 so that's not your fault.
3. Re: Sorry, messed up!
- Posted by ChrisB (moderator) Sep 25, 2022
- 661 views
No, it was this page
https://openeuphoria.org/wiki/view/DownloadEuphoria.wc
I think trying a preview first messed it up.
Cheers
4. Re: Sorry, messed up!
- Posted by ChrisB (moderator) Sep 25, 2022
- 677 views
Now, I've actually gone and crashed it!
Looking at the header, I did this
https://openeuphoria.org/wiki/diff/DownloadEuphoria.wc?rev_to=0&rev_from=4 (copied from that allegro URL)
Which at least did this
OpenEuphoria home forum wiki manual downloads recent tickets Wiki Diff DownloadEuphoria, revision #4 to tip = Download Euphoria The simple, powerful programming language. ---- ---- == Current Stable Version 3.1.1 Version **3.1.1 Euphoria** is found at the [[ RapidEuphoria | http://rapideuphoria.com/v20.htm ]] website. ---- === WINDOWS ==== Euphoria Windows The WIN32 version lets you develop and run Windows and Dos programs in console (text) mode. [[ Download Euphoria WIN32 | http://www.rapideuphoria.com/31/e31setup.exe ]] Add-on programs allow you to develop and run GUI programs. The Win32lib is for Windows only, the wxEuphoria is multi-platform. [[ Download wxEuphoria | http://wxeuphoria.sourceforge.net/download.php ]] ==== Euphoria Windows With GUI and IDE This download contains Euphoria 3.1.1, and the Windows only ~Win32Lib and IDE. [[ Download Euphoria & Gui | http://superb-east.dl.sourceforge.net/sourceforge/rapideuphoria/Eu3.1-Win32Setup.exe ]] === DOS The DOS version lets you develop and run Dos programs in console (text) mode. The DOS version is contained in the WIN32 file, so you will be downloading the same file as for WIN32. [[ Download Euphoria DOS | http://www.rapideuphoria.com/31/e31setup.exe ]] The Euphoria [[ archive | http://www.rapideuphoria.com/archive.htm ]] has examples of how to create text based "gui" programs. === LINUX The LINUX version lets you develop and run Linux programs in console (text) mode. [[ Download Euphoria LINUX | http://rapideuphoria.com/31/euphor31.tar ]] Add-on programs allow you to develop and run Linux gui programs. The GTK library is targeted to Linux, while the wxEuphoria library is multi-platform. [[ Visit Euphoria GTK website | http://etcwebspace.com/users/irvm/ ]] [[ Download Euphoria GTK | http://rapideuphoria.com/eugtk4.0.7.tar.gz ]] [[ Download wxEuphoria | http://wxeuphoria.sourceforge.net/download.php ]] === FreeBSD The FreeBSD version is much like the Linux version but has been compiled specifically for FreeBSD. [[ Download Euphoria FreeBSD | http://rapideuphoria.com/31/eubsd31.tar ]] ---- ---- == New Beta 4.0 Version **Beta 4.0 Euphoria** is found at ~SourceForge. **CLICK the "download" link at the top of this page to goto the ~SourceForge download page.** Expect the Beta versions to be regularly upgraded, so check for the most recent version. You are invited to try the new //Beta// Euphoria and discover its new features. Since it is in the Beta stage you may send comments to the [[Forum |http://www.openeuphoria.org/EUforum/ ]]. There is also a tracking system so that [[ Bugs | http://sourceforge.net/tracker/?group_id=182827&atid=902782 ]] may be reported. === Windows The //Windows// ( WIN32 ) version is euphoria_40b?.exe === LINUX The //Linux// ( LINUX ) version is euphoria-4.0b?.tar.gz === DOS There is no Beta 4.0 DOS version. ---- ---- === Source-code The source-code for Euphoria is hosted at ~SourceForge you may download up-to-date source-code from the SVN using a program like Tortoise. The source-code for the Beta version has also been packaged into one file. The //same// file is compressed either as tar.gz or as zip. euphoria-src-4.0b?.zip for WIN32 \\\\ euphoria-src-4.0b?.tar.gz for LINUX === Beta Documentation Documentation is //not// included with the SourceForge downloads. Beta documentation is found in this Wiki. Beta documentation is also available at [[ www.RapidEuphoria.com ]] in the Latest User Contributions section. You will find a PDF and a CHM version for download. view current revision, view #4, view #0, history Search Quick Links Wiki Home Categories Page Index Recent Changes ChrisB's menu Profile Logout Misc Menu Manual Category Cloud Pastey GitHub The Archive SourceForge Deleted Posts Posts Awaiting Moderation Contact Admin copyright © 2009,2016 by the openeuphoria group. all rights reserved. about website | help fund openeuphoria Powered By Euphoria github
So I'm hopeful there's a more recent backup somewhere, just don't know what the 'from to' numbers are.
Someone keep me away from computers!
Chris
5. Re: Sorry, messed up!
- Posted by ghaberek (admin) Sep 25, 2022
- 646 views
Not sure why that keeps happening. Could be a big in the euweb code or a restriction in Apache (it has some pretty conservative URL-length limits that I could probably increase a bit).
I've restored the page (again) and also updated it from scratch with more updated and relevant information. Feel free to tweak it as need be but I think it's pretty good for now.
-Greg
6. Re: Sorry, messed up!
- Posted by irv Sep 25, 2022
- 645 views
Not sure why that keeps happening. Could be a big in the euweb code or a restriction in Apache (it has some pretty conservative URL-length limits that I could probably increase a bit).
I've restored the page (again) and also updated it from scratch with more updated and relevant information. Feel free to tweak it as need be but I think it's pretty good for now.
-Greg
Thanks! That looks much better.
7. Re: Sorry, messed up!
- Posted by ChrisB (moderator) Sep 26, 2022
- 616 views
Thanks Greg, that looks so much better. Just see there's a stray '=' there.......
Cheers
Chris