Main > Free Download Search >

Free backlinks software for linux

backlinks

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6
Backlinks Activator 1.0

Backlinks Activator 1.0


PHP Script to (re)activate backlinks from other websites they include a link to your sites. It works best when you have a old expired domain.... more>> <<less
Download (1KB)
Added: 2009-04-01 License: Freeware Price: Free
209 downloads
Wicked 1.0

Wicked 1.0


Wicked is a small add-on that provides a site-wide type agnostic wiki linking and content creation. more>>
Wicked is a small add-on that provides a site-wide type agnostic wiki linking and content creation.
Wicked provides a site-wide type agnostic wiki linking and content creation as a drop-in replacement for the Archetypes TextField.
Wicked is a framework addition to Archetype to allow developers to add wiki-ish behavior to AT content objects via a schema field.
Main features:
- Easy link based creation of content
- Easy intuitive linking of content by explicit wiki links
- Simple reference system for relating interlinked content (ie. backlinks)
- Wiki style linking should not be limited to a single content type
Enhancements:
- 1.0 features improvement in caching, link integrity through renames and moves and a extensible pluggable architecture.
<<less
Download (0.090MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
976 downloads
TipiWiki 3.0

TipiWiki 3.0


TipiWiki is a small and clean PHP wiki. more>>
TipiWiki project is a small and clean PHP wiki.

TipiWiki is a small and simple Wiki which favors valid XHTML and provides only basic functions.

It does not have extended functions like document versions or user registration.

It features valid XHTML 1.0, image links, basic Wiki functions (backlinks, WikiWords, bold, italic, etc.), and is highly customizable.

<<less
Download (0.018MB)
Added: 2007-01-19 License: GPL (GNU General Public License) Price:
1010 downloads
Zwiki 0.56.0

Zwiki 0.56.0


Zwiki is a Wiki engine based on Zope which allows you to build Wiki Webs in the Zope environment. more>>
Zwiki is a Wiki engine based on Zope which allows you to build Wiki Webs (easy-to-edit, flexible, collaborative Web sites) in the Zope environment.
Zwiki is an easy-to-use, fun, and powerful wiki engine based on the Zope web application server; it also works well with the Plone CMS.
Main features:
- simple and fuzzy urls
- automatic page hierarchy and subtopics links
- smooth two-way mail integration
- RSS
- issue tracking
- dynamic scripting
- a variety of text markups including RestructuredText, MoinMoin and LaTeX
- WYSIWYG and external editing
- fine-grained security
- strong internationalization support
Enhancements:
Installing
- Wiki pages in Plone (or CMF) will no longer show the metadata tab by default.
- add isDefaultPageInFolder method, fixing plone 2.5.x support (#1283)
Configuring
- dont use # in setupTrackers event log messages, it was confusing
Browsing
- dont limit the content area to 80% width in standard skins stylesheet
- clean up plone/cmf tabs/actions
- change backlinks forms title to Related pages
- in the PAGE/myvotes view, link to pages
Editing
- tweak the warning a user sees when too many external links are added
- make restructured text be more silent about errors (report severe errors only)
- LaTeX support: add the zwiki.org version of LatexWiki to Zwikis standard plugins (Simon Michael, Bob McElrath, Open Software Services)
- Axiom, Reduce, Maxima, Noweb support: add the zwiki.org version of MathAction to Zwikis standard plugins (Simon Michael, Bill Page)
- increase max page name length in editform from 100 to 300 for eg latexwiki formula page names
Issue tracking
- make the add issue form respect the edits_need_username property, closing a spam hole (#1279)
Translations
- new Breton translation for plone skin (Fulup)
- translation updates: - German (Stefan Kose) - Japanese (Masaya Kato) - Russian (Valery Sharapov)
General
- in embedded DTML, ensure the context object (_.this) can acquire from the folder, as wed expect. Zope bug ? see collector
<<less
Download (0.60MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1138 downloads
PWP Wiki Processor 1.5.1

PWP Wiki Processor 1.5.1


PWP Wiki Processor is a PHP Wiki based on flat files that can create static pages. more>>
PWP Wiki Processor is a PHP Wiki based on flat files that can create static pages.
It uses flat files as data storage, no database is required.
It has a simple cache and trash bin, and can handle file uploads.
It is able to export its contents into static HTML pages.
A Wiki is a community/collaboration tool enabling a group of authors to create a network of linked HTML pages.
Main features:
- The various text formatting rules are described on a separate page: TextRules
- PWP uses flat files to maintain the data, no database is required. Every page is one data file in the data directory. The page still contains Wiki code; HTML is created at the moment of delivery. (You can translate Wiki code into HTML but not re-translate HTML into Wiki code.)
- The file upload page lets you store additional content at your website. Upload images or other documents and link them from your Wiki files.
- Every erase operation stores the Wiki pages or uploaded files in a trash bin. If your fingers were faster than the brain, simply unerase the file from the trash bin! You can delete files from the trash physically after a certain period of time (config entry). You can view files in the trash, but not edit these files.
- PWP supports a revision history. While editing a page you decide whether your changes are big enough to create a new revision. You can view and restore the old revisions of a file. Uploaded files will also be stored in the revision history if a new file with the same name gets uploaded again. To keep the history lean, you can delete all files older than a certain period of time (config entry).
- You can view recent changes, i.e. all recently changed pages and uploaded files.
- New in 1.5.0 Now PWP offers a diff. Further, it allows to rename and copy Wiki pages.
- You can configure the number of columns and rows in list views.
- Lost some information? Now you will have to do a full text search. PWP searches in both areas, in Wiki pages and in uploaded text files! The full text search is really simple without any indexes and might become slow if your Wiki contains several hundred pages. Well, hardware speed is increasing fast and time is working for me...
- PWP supports backlinks: A list of all pages which link to the current page. PWP can also trace backlinks for uploaded files. The search for backlinks is done on the fly without indexes or similar mechanisms.
- A search for file names is available. You can type fragments like ag and a list with all matching files is presented: Page2, Age. Search searches both, the Wiki pages and the uploaded files.
- New in 1.5.0 Reports are generated Wiki pages which help you to organise your information. Available are a hierarchical table of contents, a keyword index and a trail map / teaser text report.
- A simple click on a link will generate monthly calendar pages and an annual overview. The calendar supports either the German (European?) week format or the US week format where weeks start on Sundays.
- PWP can create a table of contents at the top of each page, consisting of all H1 and H2 tags.
- Concurrent editing? With page locks! Any edit action will set a page lock which warns other editors. The lock can be forced off.
- QuickEdit lets you view a page and append, insert or prepend new text in an edit box directly on the page. (Insert requires a special editor comment: ! --(+)-- ! )
- A simple cache will speed up your operations. Changed in 1.5.0 It stores lists and search results, but not Wiki pages.
- Snippets are supported. Snippets are text fragments, which will be appended to the end of the edit box on a simple mouse click. See /wiki/conf/Snippets.inc.
- The whole appearance (colours, fonts) is controlled by a simple style sheet (CSS). You can now add your own style sheet in second place, overwriting the default settings.
- If configured, the web pages are delivered as zipped data stream, making the Wiki faster on the internet.
- Save the best thing for last: PWP can export static web pages with a different header and footer. All links on these static pages will point to HTML pages, not to a PHP script. The static files are combined with a snapshot of the uploaded files. PWP can delete and re-create only outdated static pages. This feature will speed up the process but might result in dead links if there is no full update of the static contents from time to time.
Enhancements:
- added: Recent changes report
- changed: Report sorting now available for almost all reports
- changed: Keyword index report offers invers mapping
- fixed: WikiEngine issues with mail addresses and static links
- removed: Collisions, locks should be sufficient
- changed: Minor other changes, some refactoring.
<<less
Download (0.16MB)
Added: 2006-10-02 License: GPL (GNU General Public License) Price:
1120 downloads
SEO SpyGlass 2.0.5

SEO SpyGlass 2.0.5


SEO SpyGlass is a search engine optimization software which analyzes the backlinks of a Web site. more>>
SEO SpyGlass is a search engine optimization software which analyzes the backlinks of a Web site and produces reports to help understand why a specific site ranks well for a specific search string.
Main features:
- The total number of backlinks your competitor has;
- The exact URL of each and every backlinks;
- The Google PageRank of both the domain of the backlink and the backlink itself;
- The Alexa Rank of the backlink domain;
- The total number of PageRank 0 to PageRank 10 backlinks your competitor has;
- The exact IP address of every backlink;
- The total number of backlinks coming from the same IP addresses, allowing you to easily identify site-wide links;
- The exact anchor texts your competitors are using;
- The exact anchor URLs of your competitors backlinks;
- The total number of times your competitors keywords appear within the anchor and title text of their backlinks (that is, the anchor and title keyword density);
- Whether or not the backlinks still point to your competitors site;
- How many of your competitors backlinks come from forums and blogs;
- How many of your competitors backlinks come from homepages of other sites, rather than internal pages;
- The total number of outbound links on the Webpage your competitors backlink resides on;
- The total number of links on the Webpage your competitors backlink resides on;
- Whether or not your competitor has backlinks from the Yahoo! Directory;
- Whether or not your competitor has backlinks from DMOZ (ODP) Directory;
- The exact link value of every backlink your competitor has;
- The exact age of every Website linking back to your competitor;
Enhancements:
- This release adds regional versions of Google, Yahoo!, and MSN search engines for Spain, Netherlands, Italy, and Belgium.
- It adds support for the Russian search engine Yandex.
- Human emulation has been added.
- Handling of non-Latin symbols has been improved significantly.
- There are stability and performance improvements.
<<less
Download (MB)
Added: 2007-05-31 License: Freeware Price:
918 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1