Pages having upload tag
These APIs support Internet functions like Http, Html, Mail, Ftp and so on.
API Groups
These are function to use internet protocols.
Protocol
This section's APIs supports following Internet Protocols. You can connect server which supports following protocols by using API functions.
Read more
After you Run the Demo in local host, you can deploy this application into your cloud server. By owning your own access logging server, you can analyze visitor's user experience freely.
Configure the applicaton
in order to use this software in the cloud server connected with the internet, you have to configure the logging Javascript a little.
Place of the logging JavaScript
The javascript used to log visitor's action is located below.
Read more
The default Nicedit WYSIWYG content editor has function to handle img tag and simple upload, but this time, I've added a new image handling function.
This function is used in the Alinous Document CMS and it is frequently used. The Image Handling is one of the CMS software. It is customized one of this example.
Appearance
There are two icons to handle image tag on the header menu of the WYSIWYG editor.
WYSIWYG
Read more
This example is based on the nicedit WYSIWYG Content Editor. The WYSIWYG editor for Alinous Document CMS is customized one of it.
The nicedit is based on the own javascript framework, which is called bklib, and by using it, we can customize the editor easily. Especially, when you are going to make an application including Content Management System, the WYSIWYG content editor is essential part.
And then, you'll want to make operation easier. In order to do that, you have to be able to customize your own WYSIWYG editor. This example is open source and you can customize it freely.
WYSIWYG
Read more
By using Image handling menu, you can upload or paste image and manage them.

- Upload Image
- Copy and Paste directly
- Edit img tag's attributes
Upload Image
You can upload image by using
menu Icon. Select the position to insert image on the content area, and click this icon. Then menu pane like below appears.
WYSIWYG
Read more
Alinous Document CMS has WYSIWYG Content Editor to edit the web contents.

This editor is based on the Nicedit. It is worked on the firefox, IE and Chrome.
WYSIWYG
inline
Documentation
Read more
You can make the CMS's data empty by using empty data archive. By uploading this archive from the backup and restore page, you can reset data.
In order to reset the data, you have to do 2 operations from backup and recover page.
- Download empty data
- Input the data
Download empty data
Go to the Backup data page and download empty data.
backup
Read more
This page show you how to analyze the access log with the source code.
- The function of this page
- Location of Source code
- Import access log
- Start importing
- Start back ground job with the progress bar
- Framework of analyzing log
- Log analyze policy
- Source code of analyze
- Detect the log is robot access or not
The function of this page
This page imports and analyze access log in order to detect robot access. By learning this, you can customize the way to detect robot and analytics.

access
Read more
This function checks the "sitemap.xml" and make summary of the SEO status. By learning how to make this, you can customize your own application to analyze the web master tool's data.
The function of this page

This page has function to import sitemap from internet and alalyze last crawled date, number of keyword detected by search engine, number of internal links detected by searchengine.
Read more
This page shows you the source code and the detail of importing Content Keywords from Google webmaster tools.
- The function of this page
- Location of Source code
- Import Content Keywords csv
- Import Csv
- Processing csv record
- View imported data with datatable
- Html for the Datatable
- Activate Datatable
- Get Content Keywords data by Ajax
The function of this page
This page is to import Content Keywords csv.
Read more