Showing posts with label Opensource CMS. Show all posts
Showing posts with label Opensource CMS. Show all posts

Monday, 13 June 2011

Plone geospatial


View sREM Kalsel in a larger map
Akhirnya berhasil install collective.geo.kml. Sepertinya sisanya hampir sama.
Lalu kepikiran sama google maps' iframe. Kayaknya kalau bisa implement iframe di Plone, urusan prototype srem jadi lebih simpel.
Wait a minute! Kenapa harus Ploe + iframe? Kalau Django + iframe bisa jalan, maka roadmap (Geo)Django tidak perlu direvisi. Just add a new mile-stupid-iframe-implementation-stone, and all data can be chased right away! Aha, AWS, here we come!
Satu lagi, perpetaan dibangun diatas projection yang berbeda dengan Google Earth. So, kalau mau Google Earth sebagai basis, sepertinya perlu acara besar2an konversi dari shapefile yg sdh ada ke GE.
Btw, I like the approach of this instant django site.

Saturday, 19 March 2011

plone collective.geo.contentlocations

  1. edit buildout.cfg
  2. run buildout
  3. got this error: "No such file or directory: '/home/enviromatics/Plone/zinstance/parts/instance/etc/zope.conf'"
  4. means zope.conf has been deleted due to unclean product install (http://plone.293351.n2.nabble.com/Restart-Zope-td5151549.html); well the product got lots of dependency.
errors:
  1. warning: no files found matching '*.mo' under directory 'collective'
  2. warning: no files found matching '*.js' under directory 'collective'
  3. warning: no files found matching '*.mo' under directory 'collective'
  4. the rest seems rooted on them
resolution:
    1. clean collectives from buildout.cfg, rerun buildout to get the site back
    2. start with the errors now ... ::debugging mode on::

    Friday, 14 May 2010

    Drupal on Debian & Ubuntu

    Installing Drupal on Debian and Ubuntu is as easy as doing
    $ sudo apt-get install drupal5
    5? yes. For many cases, I think we should be away from the latest thing as Debian users may opt.
    Then? do
    $ less /usr/share/doc/drupal5/README.Debian.gz
    There mentioned we do
    $ dpkg-reconfigure drupal5
    and open a web browser, then a bit away from the manual, point to http://localhost/drupal5/install.php. Rest you can create first account that is an admin and fill in the email address such as admin@localhost. On next step, you'll be prompted a password and new password of your will.

    Those steps should apply for wordpress and many other CMS under Debian & Ubuntu.

    Have fun!

    Thursday, 15 April 2010

    Mengganti footer

    Footer Joomla diganti dari skrip PHPnya, filenya ada di ./includes.footer.php.
    Ini adalah yang ada di default Joomla (maaf kalau keliru, krn ini Joomla lama):







    Untuk tahu persisnya, paling mudah coba2 di beberapa theme atau instalasi Joomla.

    Demikian.

    Tuesday, 13 April 2010

    URL icon

    First things first, mengganti URL icon biar gak keliatan kalau CMSnya Joomla plus menegaskan identitas website.
    1. Buat image dengan ukuran 16x16 pixel
    2. Simpan sebagai favicon.ico
    3. Replace file favicon.ico yg ada di folder administrator dan di folder templates. Gunakan (lokal) file search kalau bingung.
    Jangan lupa ctr+R untuk merefresh tampilan website kalau pas dibuka, gambarnya belum berganti.

    Selamat mencoba.

    Thursday, 18 February 2010

    Adding Plone products in Lenny

    Example for Products namely Maps (check http://www.pypi.org for more products). Don't forget requirements.
    1. untar Maps1.1
    2. move to /usr/share/zope/Products/Maps
    3. sudo dzhandle -z2.10 add-product plone-site Maps
    4. restart instance
    5. refresh page
    6. Add Products from the site's ZMI
    But it's not always succesfull.
    Perhaps I must go it from the buildout inside /usr or /var before doing some dzhandle.
    Or run purely from buildout as said in Packtpub's Plone book?

    This provide good discussion on it:
    http://n2.nabble.com/Build-out-Debian-Etch-tp2906656p2906656.html
    Jens W. Klein found by keyword "debian buildout" at http://plone.org/documentation

    Tuesday, 1 December 2009

    PHP didalam Plone

    Keynya adalah PHPParser. Berikut di cut and paste dari http://plone.org/documentation/how-to/integrate-php-applications. Males nerjemahin.


    Integrating PHP applications in Plone

    How to use PHPParser to display content from an external PHP application inside Plone.

    Here are the steps to follow:

    • Install PHParser
    • From the ZMI, add a PHParser item that references each of your existing PHP page. For instance, if one of your PHP pages is located in /myphp/index.php, your PHParser item will contain:

    • In the ZMI, create a Page template for each PHP file. Each Page template will reference a PHParser item. For instance, if you have called your PHParser item mainPage:
    • You need the keyword structure if your PHP file generates HTML. If your PHP file generates plain text, you can simply use: content="here/mainPage".


    Thanks to Wei He, creator of PHParser, for his help.

    A more generic way

    If you have many php files this is very tedious. There is in fact a more generic way, using one single template for all:

    • Create the template in your portal_skins/custom folder instead, call it php_view and modify it slightly
    • Replace
    • With
    • Then you access all your PHParser pages with myphppage/php_view

    Note that you must consider security if you take the generic approach: remember that all your PHP files in that particular folder will be accessible.

    Thursday, 22 October 2009

    Plone in Debian Lenny

    • Anyone on Debian with add-ons? - http://plone.org/support/forums
    • Plone on Debian (Etch) - http://plone.org/documentation/how-to/plone-on-debian-etch

    Check this too:
    Training Announcements - http://plone.org/events/training

    Thursday, 10 September 2009

    Plone 3 and GIS

    Sepertinya ada banyak pendekatan.
    • primagis - 0.6 is not designed for plone 2 (http://lautaportti.wordpress.com/2007/02/12/primagis-in-plone-30/)
    • zgeo.wfs - issued 27 oct 08. Debian Lenny is with plone 3.1.3 which is released on 10 July 08. Should be fine.
    • mapnik
    • ?
    oh, My

    Thursday, 26 February 2009

    web server ready on slitaz

    lighttpd, php, mysql, joomla, all are contained in slitaz server forum and there exists two isos:

    1. Joomla on LightTPD/Slitaz

    2. slitaz with apache php mysql and without Desktop?


    sqlite dan cms

    Gara-gara Slitaz, I turned to lighttpd, php dan sqlite. Mestinya menarik ketika kita punya webserver dari gabungan 2 hal ringan dan kecil. But when it comes to CMS yang sudah ada (misal cms made simple, wordpress dan mediawiki all at once), permasalahannya jadi tidak sederhana. I haven't dig deep but it seems perlu penyesuaian-penyesuaian agar db dari banyak CMS yang umumnya menggunakan mysql sebagai basis, dirubah ke sqlite. In summary, things don't work out of the box.

    These two links may tell more:

    1. CMSMADESIMPLE AND SQLITE - HOW TO SETUP


    2. Tentang ADOdb dan Class MySQL, SQLite




    This posting "sqlite vs mysql" clarifies well.

    Friday, 23 January 2009

    mapserver and CMS

    I'm thinkin of an already CMS integrated mapserver apps and happy that plone is the most possible solution. The two links below are fine.

    1. Nabble mailist
    2. PrimaGIS
    3. Last but not least is CartoWeb (But it require mapserver >=4.4 while Debian Etch is with 4.10.0)

    Sunday, 11 January 2009

    j!research

    require php-pear

    Warning
    : require_once(PEAR.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/test/joomla/components/com_jresearch/includes/BibTex.php on line 26

    Thursday, 8 January 2009

    Joomla and extensions

    Joomla

    mailing list:
    http://www.tnrjoomla.com/joomla-extensions/cat_view/15-tnr-mailinglist-extension-free.html
    mailinglist plugin ada di tempat sama.

    bibtex:
    joomlabibtex (1.0, di 1.5.8 legacy ga nongol do components)
    jresearch (1.5.8 native, installed from Joomla's tmp folder - jresearch 1.0.3 for unix unpacked in advance)

    Forum:
    Fireboard, dll kayaknya gak jadi aja. Not the thing we need.

    Friday, 19 December 2008

    A word about wordpress

    Browsing the themes and most importantly the plugins. I find WP is awesome!
    Subhanallah!

    Sunday, 2 November 2008

    nucleus, wordpress, b2evolution

    Which one? It goes to wordpress.
    Nucleus is skinny, b2evo is fat. Wordpress is slower than nucleus but it's worth. And it's got wp moo.
    So compatibility would be a plus.

    Wednesday, 29 October 2008

    theme nucleus

    Subhanallah, ternyata Nucleus gak kalah sama wordpress. Pa lagi theme dusplic. Keliatan pro banget. Install themenya kalah cepat dibanding wordpress. Mesti ditaruh, terus diimport, terus dipasang ke blog yang dimaksud (dari home admin). But the tutorial is quite straight forward, though.

    http://faq.nucleuscms.org/item/33/catid/5

    Fiturnya gak sekaya wordpress but its worth with the speed.
    Plus masih bisa diotak-atik untuk kebutuhan mendasar web. Terutama fitur multiple blognya.

    Thank you Allah for the knowledge. Hari ini banyak yg bisa didapat.

    theme wordpress

    Subhanallah. Setelah nyoba lagi wordpress setelah lama nggak nyoba, ternyata wordpress asik juga. Keliatan rolenya sebagai cms yg defaultnya mengandung blog.

    Installannya ada 4.8 MB. Loadingnya (untuk localhost) lebih berat ketimbang nucleus yg installannya cuman 1.8 MB. Tapi memang nucleus kalah kaya meski masih bisa dioptimasi untuk kebutuhan CMS umumnya.

    Masang themenya juga tinggal dikopi ke folder theme langsung kebaca. Aku suka theme mg12, ya designnya ya idenya untuk menampilkan pages. Ini yang keren. Cuman belum ketemu nih caranya menampilkan subpage... :(