Skip to content

daminetreg/CBNA_PHPBB_Analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##### Clone the project

git clone https://github.com/ArthurSonzogni/CBNA_PHPBB_Analysis --recursive

CBNA_forum_analysis

A set of functions to download, parse and transform PHPBB forums.

Dependencies

  • libcurl
  • cmake
  • c++ compiler

Hidden dependencies

  • gumbo-parser
  • gumbo-query

theses dependencies are git-downloaded (submodules) If you fail to clone the repository recursively, you can type :

git submodule init
git submodule update

Build

mkdir build
cd build
cmake ..
make
./importer

About

Fork to add support for reading bbcode and transforming it to markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • CMake 0.3%