Upping My Game On Web Work

Home » CentOS » Upping My Game On Web Work
CentOS 11 Comments

Until now, I have been satisfied with hand coding my html for simple, but effective web pages (see http://www.htt-consult.com/).

But I want to offer one of our small synagogues some web pages and need a few tools for them to use to compose their pages and upload content.

What ‘simple’ web support tools do we have here?

Of course I will be doing this on armhfp,,,

11 thoughts on - Upping My Game On Web Work

  • Libreoffice can create a html page from a word processor document.

    I’ve done that a few times where I do the basic layout with libreoffice and then hand-edit the html to fine tune it. But my web pages aren’t usually anything exceptionally fancy.

  • That might be interesting to try.  The one time I tried using Word to create html was a disaster so much crude stuffed into the html and for what?

    For years I use an xml editor (geany now adays) and code what I want.

  • There are several options, Mozilla had/has SeaMonkey, w3c has Amaya, there’s Bluefish and Kompozer, search the web for ‘html web editor linux’ – you’ll find more than enough options. I’ve used Amaya and Kompozer, they’re adequate but you still need to be able to write your own html. I’ve used OpenOffice and it produces pretty bloated results, seems everyone is interested in creating sophisticated, complex html rather than just getting the job done.

    Leroy Tennison Network Information/Cyber Security Specialist E: leroy@datavoiceint.com
    2220 Bush Dr McKinney, Texas
    75070
    http://www.datavoiceint.com TThis message has been sent on behalf of a company that is part of the Harris Operating Group of Constellation Software Inc. These companies are listed here
    . If you prefer not to be contacted by Harris Operating Group please notify us
    . This message is intended exclusively for the individual or entity to which it is addressed. This communication may contain information that is proprietary, privileged or confidential or otherwise legally exempt from disclosure. If you are not the named addressee, you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this message in error, please notify the sender immediately by e-mail and delete all copies of the message.

  • Frank Cox wrote:
    No word processor produces anything but absolute 100% pure crap HTML. Every single line has every possible option, and a few extras.

    The one HTML editor I ever tried, Quanta, had the lovely habit of, once you hit ?display”, when you went back to editing, it has left justified
    *every* *line*.

    I hate to suggest it, but something like WordPress might be what you want, if that’s not overkill.

    mark “my web pages proudly built in vi”

  • The only web editor out of which I’ve ever got any mileage at all was bluegriffon – but the only time I’ve tried it was about 5 years ago, when it was both fully free and quite unstable (it was undergoing a lot of development work.) It’s not fully free now, and it remains to be seen how stable it is now (I should give it another go.) Worth trying though.

  • I  can make the basic pages, but they need to tools to upload content. 
    Recordings, announcements (in pdf) and the like.  So something more than here is how to compose your html and here is SSH to do a scp file transfer….

    I will look at docuwiki and perhaps WordPress (seem to recall it is more than just an html editor).

  • This is the great advise. Basically, your problem is in asking experts what one can do without willing to gain some expertise. Mark gave nice advise though he himself just edits html (and so do I) when necessary
    (and my editor is vi as well, even more: real vi on FreeBSD, not vim –
    that is “vi improved” – that ships with Linuxes).

    More productive would be searching web for something like “how to create nice webpage without any knowledge” or similar.

    Note that I didn’t use common these days word for searching as I for one am avoiding that particular search service and am using duckduckgo.com
    (search for answer on the web if it unclear why ;-)

    Valeri

  • Given your situation I would consider carefully crafting the html yourself (frames for content, etc) and specifying constraints for them (for example: not changing an image’s size and saving any file for use without line feeds) such that file replacement was all that is needed. For someone who isn’t technically trained (your end user apparently), turning them loose with any HTML editor is equivalent to handing a scalpel to a child.

    Leroy Tennison Network Information/Cyber Security Specialist E: leroy@datavoiceint.com
    2220 Bush Dr McKinney, Texas
    75070
    http://www.datavoiceint.com TThis message has been sent on behalf of a company that is part of the Harris Operating Group of Constellation Software Inc. These companies are listed here
    . If you prefer not to be contacted by Harris Operating Group please notify us
    . This message is intended exclusively for the individual or entity to which it is addressed. This communication may contain information that is proprietary, privileged or confidential or otherwise legally exempt from disclosure. If you are not the named addressee, you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this message in error, please notify the sender immediately by e-mail and delete all copies of the message.

  • Please check out http://www.htt-consult.com

    All the content was done in Geany.  Handcrafted.  Did a lot of research on the various text boxes for the code stuff.   Go ahead and look at the source.

    But this is not for me.  I may not be able to put up all the content.  
    I need some stuff that provides some basic presentation and management tools.  Someone other than me will be uploading recordings and announcements.  My goal is to put together some simple tools for their use.  Not mine.

  • –That’s why I install/update WordPress for people who are not coders. If they want a fancy look, they can use themes. But the content management is already built in and fairly easy to use for someone who knows nothing about how this stuff works.

    I suggest looking at the help pages for how to install it via Subversion to make it easy to update. Make the PHP source owned by a custom user, with Apache having write access only to a few necessary directories like the upload directory. (Most of the content will actually be in MySQL or MariaDB.) I use ~website/trunk to hold the code.

    <https://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion>

  • You beat me to it. May I add Joomla for a little more added flexibility?
    I feel Drupal may be a bit over the top.

    Why would anybody use anything else? ;-)