Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openmelody/melody
Melody is an open source content management and publishing system derived from the popular blogging tool Movable Type. Melody is for those who find value in belonging to, supporting and contributing to a community of helpful, passionate and devoted users, but it is also for people who want a secure, proven and high quality publishing environment for their personal web site or their business.
https://github.com/openmelody/melody
Last synced: 3 months ago
JSON representation
Melody is an open source content management and publishing system derived from the popular blogging tool Movable Type. Melody is for those who find value in belonging to, supporting and contributing to a community of helpful, passionate and devoted users, but it is also for people who want a secure, proven and high quality publishing environment for their personal web site or their business.
- Host: GitHub
- URL: https://github.com/openmelody/melody
- Owner: openmelody
- License: gpl-2.0
- Fork: true (jayallen/melody)
- Created: 2009-06-23T11:17:27.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2014-02-05T15:30:16.000Z (almost 11 years ago)
- Last Synced: 2024-07-19T22:48:46.738Z (4 months ago)
- Language: Perl
- Homepage: http://openmelody.org
- Size: 47.5 MB
- Stars: 179
- Watchers: 11
- Forks: 35
- Open Issues: 3
-
Metadata Files:
- Readme: readme.html
- License: COPYING
Awesome Lists containing this project
README
Melody Read Me
body { font-family: Arial, Helvetica, sans-serif; }
#container { margin: 0 auto 0 auto; width: 750px; }
<!--
var languages = new Array('de', 'en-us', 'es', 'fr', 'ja', 'nl', 'ru');
function swapLanguage(lang) {
for(var i = 0; i < languages.length; i++) {
var d = document.getElementById(languages[i]);
if(d)
d.style.display = 'none';
}
var ld = document.getElementById(lang);
if(ld)
ld.style.display = 'block';
}
// Attempt to detect the language
window.onload = function() {
var userLang = (navigator.language) ? navigator.language : navigator.userLanguage;
swapLanguage(userLang.toLowerCase());
}
//-->
Deutsch |
English |
Español |
Français |
日本語 |
Nederlands
Русский
Welcome to Melody
Thank you for choosing Melody, the premiere solution for all your blogging needs. This file will show you how to get up and running; click on the highlighted sections for more information on that subject.
Before You Begin
Melody requires the following applications:
Perl 5.8.8 or greater;
A web server like Apache, or Windows IIS;
Access to a database like MySQL, SQLite or Postgres;
The following Perl modules:
Consult the following documentation to learn how to determine if a perl module is already installed and, if they are not, how to install them.
Upgrading Melody
If you are upgrading to Melody from a previous version, we recommend that you first back up your old installation. Then upload Melody's files over your old ones. Access Melody as you normally do, and you will be taken through the upgrade process.
Upgrading from Movable Type
If you are upgrading to Melody from Movable Type, then there are special steps you will need to take in order to make the transition successfully. The upgrade wizard should help with this process, but we also have documentation to help you along the way as well.
Installing Melody
Before you install Melody:
- Upload all of Melody's files into a folder accessible via your web browser. (Typically, this folder is called 'melody' in the root folder of your website.
- Ensure that each .cgi file (e.g. index.cgi, search.cgi, etc) found in the Melody directory has the execute permission enabled.
- Make sure that the 'melody' folder containing the uploaded Melody files has been enabled to execute CGI scripts.
- Open that folder in your web browser (i.e. http://www.mywebsite.com/melody/).
- You should see a Melody welcome screen that will take you through the installation process. If the welcome screen does not appear, please consult our Troubleshooting Guide below.
Finding more help
Need additional information or support? Check out the Melody Community Forums.
Willkommen zu Melody
Vielen Dank, daß Sie sich für Melody entschieden haben. Hier finden Sie alles, was Sie zur Installation wissen müssen. Die Links führen zu weitergehenden Informationen.
Melody erfordert folgende Software:
Perl 5.8.8 oder höher
Einen Webserver (z.B. Apache oder Windows IIS)
Zugriff auf eine SQL_Datenbank (z.B. MySQL, SQLite oder Postgres)
Folgende Perl-Module:
So finden Sie heraus, welche Module bereits installiert sind und wie sie installiert werden.
Eine vorhandene Melody-Installation aktualisieren
Wenn Sie eine ältere Version auf Melody aktualisieren wollen, sollten Sie vorher eine Sicherungskopie der vorhandenen Installation erstellen. Laden Sie danach die neue Melody-Dateien in Ihr vorhandenes Melody-Verzeichnis hoch und überschreiben Sie damit die alten Dateien. Laden Sie abschließend die Melody-Oberfläche wie gewohnt. Sie werden Schritt für Schritt durch den Aktualisierungsvorgang geführt.
Melody neu installieren
Vor dem Installieren:
- Laden Sie alle zu Melody gehörenden Dateien auf Ihren Webserver hoch. Wählen Sie dabei einen mit dem Webbrowser erreichbaren Ordner. Normalerweise ist das der Ordner "melody" im Wurzelverzeichnis Ihrer Website.
- Setzen Sie mittels chmod alle .cgi-Dateien im Melody-Verzeichnis (index.cgi, search.cgi usw.) auf vom Webserver ausführbar.
- Stellen Sie sicher, daß im Ordner "melody" befindliche CGI-Skripte ausgeführt werden können.
- Öffnen Sie den Ordner "melody" in Ihrem Webbrowser (z.B. http://www.meineseite.de/melody/).
- Es erscheint eine Willkommensnachricht und Sie werden Schritt für Schritt durch den Installationsvorgang geführt. Erscheint die Willkommensnachricht nicht, beachten Sie die Hinweise im nächsten Abschnitt.
Weitere Hilfe
Brauchen Sie weitere Informationen oder Unterstützung? Rufen Sie bitte den Melody Community-Foren (in englischer Sprache) auf.
Bienvenido a Melody
Gracias por elegir Melody, la solución ideal para todos sus blogs. Este fichero le informa cómo ponerse en marcha; haga clic en las secciones destacadas para más información sobre esos temas.
Antes de empezar
Melody necesita las siguientes aplicaciones:
Perl 5.8.8 o posterior;
Un servidor web como Apache o Windows IIS;
Acceso a una base de datos como MySQL, SQLite o Postgres;
Los siguientes módulos de Perl:
Consulte la siguiente documentación para más información sobre cómo determinar si un módulo de Perl ya está instalado y, si no lo está, cómo instalarlo.
Actualización de Melody
Si está actualizando Melody desde una versión anterior, le recomendamos que primero haga una copia de seguridad de su antigua instalación. Luego, transfiera los ficheros de Melody donde estén los ficheros antiguos. Acceda a Melody como normalmente lo hace y podrá iniciar el proceso de actualización.
Instalación de Melody
Antes de instalar Melody:
- Transfiere todos los ficheros de Melody a una carpeta accesible a través de su navegador. (Generalmente, esta carpeta se llama 'melody' y está situada en el directorio raíz de su web).
- Asegúrese de que cada fichero .cgi (p.e. index.cgi, search.cgi, etc) que se encuentra en el directorio de Melody tiene los permisos de ejecución habilitados.
- Asegúrese de que la carpeta 'melody' que contiene los ficheros transferidos de Melody tiene permisos de ejecución de scripts CGI.
- Abra dicha carpeta en su navegador (p.e. http://www.misitioweb.com/melody/).
- Verá una pantalla de bienvenida a Melody, que le guiará por el proceso de instalación. Si la pantalla de bienvenida no aparece, consulte nuestra Guía de Resolución de Problemas.
Buscando más ayuda
¿Necesita información o soporte adicional? Consulte el Foros de la Comunidad de Melody.
Bienvenue dans Melody
Merci d'avoir choisi Melody, la solution privilégiée pour tous vos besoins en blogs. Ce fichier va vous montrer comment démarrer. Cliquez sur les sections surlignées pour avoir plus d'information sur ce sujet.
Avant de démarrer
Melody nécessite les applications suivantes:
Perl 5.8.8 ou supérieur;
Un serveur Web comme Apache, ou Windows IIS;
Accès à une base de données comme MySQL, SQLite ou Postgres;
Les modules Perl suivants:
Consultez la documentation suivante pour apprendre comment déterminer si un module perl est déjà installé et, s'il ne l'est pas, comment l'installer.
Mettre à jour Melody
Si vous mettez à jour Melody à partir d'une version précédente, nous recommandons que vous fassiez d'abord une sauvegarde de votre ancienne installation. Ensuite mettez les nouveaux fichiers de Melody à la place des anciens fichiers. Accédez à Melody comme vous le faites d'habitude, et vous serez redirigé vers la procédure de mise à jour.
Installer Melody
Avant d'installer Melody:
- Mettez tous les fichiers de Melody dans un répertoire accessible via votre navigateur web. (Généralement, ce répertoire est nommé 'melody' à la racine de votre site web).
- Assurez-vous que chaque fichier .cgi (ex: index.cgi, search.cgi, etc) qui se trouve dans le répertoire Melody a les droits d'exécution activés.
- Assurez-vous que le répertoire 'melody' qui contient les fichiers de Melody est autorisé à exécuter les scripts CGI.
- Ouvrez ce répertoire dans votre navigateur web (ex: http://www.monSiteWeb.com/melody/).
- Vous devriez voir un écran d'accueil Melody qui vous guidera à travers la procédure d'installation. Si le message d'accueil n'apparait pas, merci de consulter notre guide de dépannage ci-dessous.
Trouver plus d'aide
Vous avez besoin d'informations supplémentaires ou de support ? Lisez le Forums de la communauté Melody.
Melody へようこそ
Melody をご利用いただきありがとうございます。このファイルには、Melody を動作させるために必要な情報を記載しています。
はじめる前に
Melody を実行するには次のアプリケーションが必要です。
Perl 5.8.8 以上
ApacheやWindows IISなどのWebサーバー
MySQL、SQLite、Postgresなどのデータベースへのアクセス
以下のPerlモジュール
Perlモジュールをインストールする方法やPerlモジュールがすでにインストールされているかどうか確認する方法については、それぞれのドキュメントを参照してください。
Melody のアップグレード
以前のバージョンからMelodyへアップグレードする場合は、まず現在の環境のバックアップを作成してください。それからMelodyのファイルを以前のバージョンに上書きするようにアップロードし、Melodyに再度アクセスしてください。Melodyは自動的にアップグレードを開始します。
Melody のインストール
Melody をインストールする前に
- Melodyのファイルを、Webブラウザからアクセスできるフォルダにすべてアップロードします(通常、このフォルダにはmtという名前を付けて、Webサイトのルートフォルダの下に作成します)。
- Melodyをアップロードしたフォルダにあるcgiファイル(index.cgi、search.cgiなど)に実行権限を与えます。
- MelodyをアップロードしたフォルダでCGIスクリプトを実行できるようにします。
- そのフォルダにWebブラウザでアクセスします(たとえばhttp://www.mywebsite.com/melody/)。
- Melodyの既定のページが表示され、インストールプロセスを始めることができるようになります。ページが表示されない場合は以下のトラブルシューティングガイドに進んでください。
その他
より詳しい情報はMelody コミュニティフォーラムに掲載しています。ご確認ください。
Welkom bij Melody
Bedankt om voor Melody te kiezen, de beste oplossing voor al uw noden in verband met bloggen. Dit bestand zal u tonen hoe u van start kunt gaan; klik op de gemarkeerde secties voor meer informatie over die onderwerpen.
Voor u begint
Melody vereist volgende applicaties:
Perl 5.8.8 of hoger;
Een webserver als Apache of Windows IIS;
Toegang tot een database zoals MySQL, SQLite of Postgres;
Onderstaande Perl modules:
Consulteer deze documentatie om te leren hoe u kunt bepalen of een perl module al is geïnstalleerd en, indien niet, hoe u ze kunt installeren.
Melody Upgraden
Als u Melody aan het upgraden bent van een vorige versie, raden we aan om eerst een veiligheidskopie te maken van uw oude installatie. Upload vervolgens de bestanden van Melody over uw oude bestanden. Meld u vervolgens op de gewone manier aan bij Melody en u zal door het upgradeproces worden geleid.
Melody installeren
Voor u Melody installeert:
- Upload alle bestanden van Melody naar een map die u kunt bereiken via uw webbrowser. (Meestal is de naam die men aan deze map geeft 'melody', in de hoofdmap van de website).
- Verzeker u ervan dat alle .cgi bestanden (bv. index.cgi, search.cgi, etc) die te vinden zijn in de Melody map de execute permissie hebben.
- Controleer of de 'melody' map die de geuploade Melody bestanden bevat is ingesteld om CGI scripts te laten uitvoerenen.
- Open de map in uw webbrowser (m.a.w. surf naar http://www.mijwebsite.com/melody/).
- Er verschijnt een Melody verwelkomingsscherm dat u door het intstallatieproces zal leiden. Als het welkomstscherm niet verschijnt, kijk dan in onze troubleshooting gids hieronder.
Meer hulp nodig?
Bijkomende antwoorden of ondersteuning nodig? Kijk in de Melody community forums.
Добро пожаловать в Melody
Спасибо, что выбрали Melody — лучший инструмент для блогинга. Из этого файла вы узнаете, как установить и запустить платформу. Для получения дополнительной информации перейдите по необходимым ссылкам.
Прежде, чем начать
Для работы с Melody необходимы следующие приложения:
Perl 5.8.8 или выше;
Веб-сервер Apache или Windows IIS;
Доступ к базе данных MySQL, SQLite или Postgres;
И следующие модули Perl:
Скорее всего, вам не придётся самостоятельно устанавливать модули Perl, так как на большинстве серверов они уже установлены. В случае необходимости ознакомьтесь с документацией:
— Как узнать список установленных модулей;
— Как устанавливать модули Perl.
Обновление Melody
Если вы обновляете Melody до 4–й версии, мы рекомендуем сначала сделать резервную копию базы данных и всех файлов. После этого загрузите файлы Melody поверх предыдущей инсталляции. А затем откройте Melody в браузере, как при обычной работе, процесс обновления запустится автоматически.
Установка Melody
Прежде чем приступить к установке:
- Загрузите на сервер все файлы Melody, кроме папки «mt-static». Файлы должны быть загружены в папку «cgi-bin», в которой разрешено выполнение CGI скриптов. Например, вот как может выглядеть стандартная установка: http://example.com/cgi-bin/melody/.
- Папку «mt-static» необходимо загрузить в корневую директорию вашего сайта, чтобы доступ к ней был следующего вида: http://example.com/mt-static/.
- На все .cgi файлы (например, index.cgi, search.cgi, и т.д.), находящиеся в директории Melody, необходимо выставить права доступа (CHMOD) 755.
- Откройте Melody в браузере. Например, адрес может выглядеть так: http://moi-sait.ru/cgi-bin/m/index.cgi.
- Автоматически запустится инсталлятор. Следуйте инструкциям установки.
Решение проблем
Дополнительная информация
Дополнительную информацию об установке и настройке Melody вы можете получить в русскоязычной Wiki.
Полезные ссылки