Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.480.763 Times

HTML::BBReverse 0.07

  Date Added: November 18, 2010  |  Visits: 1.175

HTML::BBReverse

Report Broken Link
Printer Friendly Version


Product Homepage
Download (165 downloads)



HTML::BBReverse is a Perl module to convert HTML to BBCode and back. SYNOPSIS use HTML::BBReverse my $bbr = HTML::BBReverse->new(); # convert BBCode into HTML my $html = $bbr->parse($bbcode); # convert generated HTML back to BBCode my $bbcode = $bbr->reverse($html); HTML::BBReverse is a pure perl module for converting BBCode to HTML and is able to convert the generated HTML back to BBCode. And why would you want to reverse the generated HTML? Well, when you have a nice dynamic website where you and/or visitors can post messages, and in those messages BBCode is used for markup. In normal cases, your website has a lot more pageviews than edits, and saving all those messages as HTML will be a lot faster than saving them as the original BBCode and parsing them to HTML for every visit. So now all BBCode gets converted to HTML before it will be saved, but what if you want to edit a message? Just reverse the generated HTML back to BBCode, edit your message, and save it as HTML again..

Requirements: No special requirements
Platforms: Linux
Keyword: Bbreverse Convert Convert Html Convert Html To Bbcode Generated Generated Html Htmlbbreverse Libraries Module Perl Perl Module Programming
Users rating: 0/10

License: Freeware Size: 9.22 KB
USER REVIEWS
More Reviews or Write Review


HTML::BBREVERSE RELATED
MS Office Add-Ins  -  Free Convert PDF to HTML 2.7.1
HTML is preferable to PDF for website uploading. Free Convert PDF to HTML can convert PDF documents to HTML files, saving you time from using HTML editor to recompose the textual & graphical contents in PDF. You can add as many PDF files as you...
3.38 MB  
Utilities  -  office Convert Pdf to Website Free 6.1
office Convert Pdf to Website for Htm Html Free can easily make your PDF documents visible and fully searchable on the Internet to significantly increase your site audience while preserving text, pictures, graphics, table, links etc, using the...
3.21 MB  
MS Office Add-Ins  -  Free Convert PDF to Flash Magazine 1.0
Have you ever wanted to convert a PDF file to Flash magazine for being viewed on the web? 3DPageFlip Free Convert PDF to Flash Magazine will help you to convert any PDF documents into stunning Flash books in real-time. This totally free software...
10.15 MB  
MS Office Add-Ins  -  3DPageFlip Free Convert PDF to Flash 1.0
3DPageFlip Free Convert PDF to Flash is a freeware that can convert any Adobe PDF document into a Macromedia Flash based page flipping book while preserving the original layout, image graphics and formatting. Meanwhile, you are allowed to...
10.15 MB  
Audio Editors  -  Free Convert AAC to MP3 AMR OGG M4A 4.0
Free Convert AAC to MP3 AMR OGG M4A Converter is professional and perfect audio encode and decode software. You can use Free Convert AAC to MP3 AMR OGG M4A Converter to finish converting aac, ac3 audio format to almost all audio formats mp3,...
3.47 MB  
Audio Editors  -  Free Convert Audio to iPhone iPod Music 4.0
Free Convert Audio to iPhone iPod Music Converter offers easy, completed ways to convert popular audio file formats with friendly interface. The easy-to-use software can help you free convert all audios to your required audio format. Input mp3,...
3.47 MB  
Audio Editors  -  Free Convert MP3 to AMR OGG M4A AAC 4.0
Free Convert MP3 to AMR OGG M4A AAC Converter is the easiest and professional mp3 audio converter. Powerful Free Convert MP3 to AMR OGG M4A AAC Converter can help you convert mp3 to almost all popular audios as aac, ac3, amr, ogg, wav, m4a with...
3.47 MB  
Multimedia & Graphics  -  MacX Convert DVD to MOV for Mac Free 4.2.1
MacX Convert DVD to MOV for Mac Free Edition is an excellent yet free DVD to MOV converter software which can help Mac users rip and convert DVD to MOV, DVD to MP4 with perfect output quality and high conversion speed on Mac OS. Besides, this Mac...
36.25 MB  
Utilities  -  Convert Raw to DNG for Mac OS 1.6
The Convert Raw to DNG action allows you to use Automator to drive all of your DNG conversions. You'll need the Adobe DNG Converter 3.2 or later, a free download available here, as well as OS X 10.4 or later.. Provides access to all of the Adobe...
30.72 KB  
Development Editors  -  Convert From/To Base64 Beta
Convert From/To Base64 is a lightweight and easy to use application designed to help you convert strings and files from or to Base64 string. With Convert From/To Base64 you can use any encoding to convert while a sidebar previews decoded string...
 
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB